rule induction

Terms from Artificial Intelligence: humans at the heart of algorithms

Page numbers are for draft copy at present; they will be replaced with correct numbers when final book is formatted. Chapter numbers are correct and will not change now.

Rule induction is a form of machine learning where the algorithm attempts to create rules, often simple if-then rules, based on examples. Examples include version spaces where the rule is of a simple conjunction implies classification form and decsion tree induction, such as ID3, where the rule is far more complex.

Defined on page 102

Used on Chap. 5: page 102; Chap. 18: page 439